docs: EFI configuration file must be ASCII type
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 23 Oct 2014 08:24:19 +0000 (10:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Oct 2014 08:24:19 +0000 (10:24 +0200)
commit204c7a873fbe1ac62a61c93babb858635dfe9c3a
tree5c0218ee00a7b44651db8c7fed57210cf3fc612b
parent932881d953476444ed934c94dbc098c0fefb4d77
docs: EFI configuration file must be ASCII type

Currently Xen can only read the configuration file if it is in ASCII
format. If it is in CHAR16 or CHAR8 it will choke. One way to verify
this is to use 'file':

xen.cfg:        ASCII text
xen-char16.cfg: Little-endian UTF-16 Unicode text, with CRLF, CR line terminators

The latter is no good.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
docs/misc/efi.markdown